home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <objc/Object.h>
-
- @interface PlotDelegate:Object
- {
- id plotParam;
- id servicesHandler;
- id canvasWindow;
- id controlPanel;
- id colorOptionButton;
- id formatHandler;
- id canvas;
- id printColorButton; /* print color button on the preferences panel */
- id printLineStyleButton; /* line style button on the preferences panel */
- id accPrintColorButton; /* print color button on the accessory panel */
- id accPrintLineStyleButton;/* line style button on the accessory panel */
- id opaqueBackgroundButton; /* background button on the preferences panel */
- char *iconPath; /* for drag and drop operation */
- id infoPanel;
- id helpPanel;
- }
-
- - appWillInit:sender;
- - appDidInit:sender;
- - resetDefaults:sender;
- - plotFromPasteboard:pb userData:(const char *)userData error:(char **)errorMessage;
- - (BOOL)appAcceptsAnotherFile:sender;
- - (int)app:sender openFile:(const char *)fullPath type:(const char *)aType;
- - getArgs;
- - showInfo:sender;
- - showHelp:sender;
-
- @end
-